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
Age
Commit message (
Expand
)
Author
Lines
2018-08-19
mv codemap() source_map()
Donato Sciarra
-11
/
+11
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-9
/
+9
2018-08-19
mv filemap source_file
Donato Sciarra
-4
/
+4
2018-08-19
mv FileMap SourceFile
Donato Sciarra
-1
/
+1
2018-08-19
mv CodeMap SourceMap
Donato Sciarra
-2
/
+2
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-4
/
+3
2018-08-17
Stabilize `use_extern_macros`
Vadim Petrochenkov
-10
/
+2
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-84
/
+88
2018-08-10
Rollup merge of #53183 - estebank:println-comma, r=oli-obk
kennytm
-2
/
+2
2018-08-08
Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton
bors
-52
/
+35
2018-08-07
Suggest comma when missing in macro call
Esteban Küber
-2
/
+2
2018-08-06
Suggest comma when writing `println!("{}" a);`
Esteban Küber
-1
/
+26
2018-08-06
Address review comments
Vadim Petrochenkov
-22
/
+12
2018-08-06
Support custom attributes when macro modularization is enabled
Vadim Petrochenkov
-12
/
+22
2018-08-06
Avoid modifying invocations in place for derive helper attributes
Vadim Petrochenkov
-21
/
+4
2018-08-02
Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton
bors
-3
/
+26
2018-08-02
Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov
bors
-5
/
+62
2018-08-01
Use the correct allow
John Renner
-3
/
+3
2018-08-01
Allow test imports to go unused
John Renner
-1
/
+15
2018-08-01
resolve: Implement prelude search for macro paths
Vadim Petrochenkov
-3
/
+26
2018-07-31
Address code review
John Renner
-5
/
+10
2018-07-31
Allow unnameable tests
John Renner
-8
/
+28
2018-07-30
Reexport tests without polluting namespaces
John Renner
-1
/
+19
2018-07-27
Prefer to_string() to format!()
ljedrz
-2
/
+2
2018-07-23
make it a migration lint
mark
-3
/
+32
2018-07-23
Fix test and errors
mark
-266
/
+183
2018-07-23
Implement 2015 vs 2018 `?` kleene op + test
mark
-257
/
+486
2018-07-22
Auto merge of #52394 - estebank:println, r=oli-obk
bors
-10
/
+16
2018-07-21
Gate `format_args_nll` behind feature flag
Esteban Küber
-0
/
+1
2018-07-19
Improve suggestion for missing fmt str in println
Esteban Küber
-10
/
+15
2018-07-19
rustc: Fix two custom attributes with custom derive
Alex Crichton
-0
/
+17
2018-07-17
Auto merge of #52145 - ExpHP:drop-it-like-its-eof, r=nikomatsakis
bors
-1
/
+6
2018-07-16
cleanup unnecessary else
Michael Lamparski
-6
/
+4
2018-07-16
rustc: Stabilize much of the `proc_macro` feature
Alex Crichton
-4
/
+4
2018-07-15
Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton
bors
-1
/
+4
2018-07-14
Functions introducing procedural macros reserve a slot in the macro namespace...
Vadim Petrochenkov
-1
/
+4
2018-07-14
Remove most of `Hash` impls from AST and HIR structures
Vadim Petrochenkov
-3
/
+3
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-5
/
+5
2018-07-11
Rollup merge of #52224 - ljedrz:dyn_libsyntax, r=oli-obk
Mark Rousskov
-49
/
+50
2018-07-10
Pacify tidy
ljedrz
-1
/
+2
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-49
/
+49
2018-07-08
hygiene: Decouple transparencies from expansion IDs
Vadim Petrochenkov
-12
/
+6
2018-07-07
fix perf issue in macro parser
Michael Lamparski
-1
/
+8
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-6
/
+6
2018-06-30
hygiene: Implement transparent marks
Vadim Petrochenkov
-1
/
+12
2018-06-30
expansion: Give names to some fields of `SyntaxExtension`
Vadim Petrochenkov
-20
/
+26
2018-06-28
Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum
bors
-5
/
+9
2018-06-27
Remove the now redundant CodeMap::new_filemap_with_lines() method.
Michael Woerister
-5
/
+9
2018-06-27
Implement `#[macro_export(local_inner_macros)]`
Vadim Petrochenkov
-1
/
+20
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-50
/
+38
[next]