index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass-fulldeps
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-454
/
+0
2019-07-11
syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...
Vadim Petrochenkov
-2
/
+1
2019-07-07
Link compiler plugins to rustc_driver
John Kåre Alsaker
-0
/
+8
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-1
/
+1
2019-06-18
syntax: Factor out common fields from `SyntaxExtension` variants
Vadim Petrochenkov
-13
/
+5
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-1
/
+1
2019-06-10
syntax: Rename variants of `SyntaxExtension` for consistency
Vadim Petrochenkov
-5
/
+3
2019-06-10
syntax: Remove `SyntaxExtension::DeclMacro`
Vadim Petrochenkov
-0
/
+2
2019-06-10
syntax: Remove `SyntaxExtension::MultiDecorator` and `MultiItemDecorator`
Vadim Petrochenkov
-231
/
+0
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-10
/
+10
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-1
/
+1
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-7
/
+8
2019-04-03
reduce repetition in librustc(_lint) wrt. impl LintPass
Mazdak Farrokhzad
-13
/
+6
2019-03-14
Moved issue tests to subdirs and normalised names.
Alexander Regueiro
-0
/
+0
2019-02-20
hir: HirId-ify intravisit
ljedrz
-3
/
+3
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-1
/
+1
2019-02-11
Update fulldeps test
Oliver Scherer
-1
/
+1
2019-01-26
Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank
bors
-0
/
+8
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-352
/
+26
2019-01-19
Fix lints in tests
John Kåre Alsaker
-0
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-240
/
+0
2018-12-07
Auto merge of #56502 - Zoxc:hir-func, r=eddyb
bors
-2
/
+2
2018-12-07
Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...
Vadim Petrochenkov
-2
/
+2
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-2
/
+2
2018-11-30
tests: move all proc_macro tests from -fulldeps.
Eduard-Mihai Burtescu
-121
/
+69
2018-11-27
remove uses of feature gate
Mark Mansi
-1
/
+0
2018-11-23
Fix proc-macro test after internal API change
Esteban Küber
-2
/
+2
2018-11-18
Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichton
Pietro Albini
-0
/
+2
2018-11-15
test/linkage-visibility: Ignore on musl targets
Samuel Holland
-0
/
+2
2018-11-12
Fix fulldeps test with NodeId
Oliver Scherer
-1
/
+1
2018-10-23
Point at macro definition when no rules expect token
Esteban Küber
-1
/
+2
2018-10-07
Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister
bors
-2
/
+2
2018-10-06
rustc: Allow `#[no_mangle]` anywhere in a crate
Alex Crichton
-2
/
+2
2018-10-02
Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...
jeb
-3
/
+3
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+0
2018-09-26
Remove OneVector
ljedrz
-3
/
+4
2018-09-08
Track distinct spans for open and close delimiter
David Tolnay
-1
/
+2
2018-08-24
Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe
kennytm
-1
/
+1
2018-08-23
Prefer `.nth(n)` over `.skip(n).next()`.
Corey Farwell
-1
/
+1
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-1
/
+1
2018-08-21
Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj
kennytm
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-2
/
+2
2018-08-19
Stabilize macro_vis_matcher
Jakub Kozlowski
-1
/
+1
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-3
/
+3
2018-08-06
Enable macro modularization implicitly if one of "advanced" macro features is...
Vadim Petrochenkov
-3
/
+3
2018-07-23
Allow by default, fix tests
mark
-2
/
+4
2018-07-23
Implement 2015 vs 2018 `?` kleene op + test
mark
-4
/
+3
2018-07-16
rustc: Stabilize much of the `proc_macro` feature
Alex Crichton
-8
/
+8
2018-06-27
Implement `#[macro_export(local_inner_macros)]`
Vadim Petrochenkov
-0
/
+1
2018-05-27
Make anon params lint warn-by-default
Mark Mansi
-0
/
+1
[next]