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
/
libsyntax
/
ext
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-18
Remove `LazyTokenStream`.
Nicholas Nethercote
-1
/
+1
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-17
/
+17
2019-02-13
Cleanup imports
Taiki Endo
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-11
Parallel rustc needs synchronizing smart pointer cloning
Oliver Scherer
-3
/
+3
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-3
/
+3
2019-02-11
Rename the `exp` field to mirror its uses
Oliver Scherer
-1
/
+1
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-7
/
+13
2019-02-10
rustc: doc comments
Alexander Regueiro
-17
/
+17
2019-02-07
libsyntax => 2018
Taiki Endo
-42
/
+43
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-25
/
+23
2019-01-26
Pretty print `$crate` as `crate` or `crate_name` in more cases
Vadim Petrochenkov
-14
/
+2
2018-12-30
Improve error recovery for some built-in macros
Vadim Petrochenkov
-4
/
+5
2018-12-28
Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnay
bors
-0
/
+14
2018-12-28
Resolve `$crate`s for pretty-printing at more appropriate time
Vadim Petrochenkov
-0
/
+14
2018-12-27
Fix `trace_macros` and `log_syntax`
Vadim Petrochenkov
-12
/
+18
2018-12-27
Do not abort compilation if expansion produces errors
Vadim Petrochenkov
-5
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Remove `eliminate_crate_var` and special pretty-printing for `$crate`
Vadim Petrochenkov
-2
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-12-07
Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...
Vadim Petrochenkov
-7
/
+0
2018-11-18
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-0
/
+7
2018-11-08
Use `Lit` rather than `P<Lit>` in `ast::ExprKind`.
Nicholas Nethercote
-1
/
+1
2018-10-23
Point at macro definition when no rules expect token
Esteban Küber
-4
/
+14
2018-09-26
Remove OneVector
ljedrz
-25
/
+25
2018-09-13
resolve: Put different parent scopes into a single structure
Vadim Petrochenkov
-2
/
+2
2018-09-11
resolve: Support resolving identifier macros without their own ID
Vadim Petrochenkov
-5
/
+4
2018-09-10
resolve: Remove `unshadowable_attrs`
Vadim Petrochenkov
-2
/
+0
2018-09-04
Fix #[test] shadowing in macro_prelude
John Renner
-0
/
+3
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-3
/
+3
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-4
/
+4
2018-08-20
resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...
Vadim Petrochenkov
-8
/
+11
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-2
/
+2
2018-08-19
mv CodeMap SourceMap
Donato Sciarra
-2
/
+2
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-28
/
+29
2018-08-06
Support custom attributes when macro modularization is enabled
Vadim Petrochenkov
-3
/
+9
2018-08-06
Avoid modifying invocations in place for derive helper attributes
Vadim Petrochenkov
-2
/
+2
2018-08-01
resolve: Implement prelude search for macro paths
Vadim Petrochenkov
-0
/
+5
2018-07-19
Improve suggestion for missing fmt str in println
Esteban Küber
-10
/
+15
2018-07-15
Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton
bors
-0
/
+3
2018-07-14
Functions introducing procedural macros reserve a slot in the macro namespace...
Vadim Petrochenkov
-0
/
+3
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-1
/
+1
2018-07-11
Rollup merge of #52224 - ljedrz:dyn_libsyntax, r=oli-obk
Mark Rousskov
-25
/
+26
2018-07-10
Pacify tidy
ljedrz
-1
/
+2
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-25
/
+25
2018-07-08
hygiene: Decouple transparencies from expansion IDs
Vadim Petrochenkov
-12
/
+6
2018-06-30
hygiene: Implement transparent marks
Vadim Petrochenkov
-0
/
+8
2018-06-30
expansion: Give names to some fields of `SyntaxExtension`
Vadim Petrochenkov
-14
/
+16
[next]