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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax_ext
/
assert.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-07
parser: `self.span` -> `self.token.span`
Vadim Petrochenkov
-2
/
+2
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-1
/
+2
2019-06-06
syntax: Switch function parameter order in `TokenTree::token`
Vadim Petrochenkov
-1
/
+1
2019-06-06
syntax: Use `Token` in `Parser`
Vadim Petrochenkov
-1
/
+1
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-1
/
+1
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-2
/
+2
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-2
/
+2
2019-05-23
syntax: Turn `token::Lit` into a struct
Vadim Petrochenkov
-9
/
+6
2019-04-25
Handle common assert! misuses
Alexey Shmalko
-14
/
+60
2019-04-17
Make assert! ensure the macro is parsed completely
Alexey Shmalko
-2
/
+9
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-2
/
+3
2019-01-02
make `panictry!` private to libsyntax
Andy Russell
-24
/
+44
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
emit error with span for empty asserts
Andy Russell
-0
/
+8
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-1
/
+1
2018-05-22
rustc: Correctly pretty-print macro delimiters
Alex Crichton
-0
/
+1
2018-05-06
Fix assertion message generation
Shotaro Yamada
-57
/
+4
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-1
/
+2
2018-04-06
Use `Span::apply_mark` where possible
Vadim Petrochenkov
-1
/
+1
2018-03-14
Escape stringified expression
Shotaro Yamada
-5
/
+63
2018-03-07
Make `assert` macro a built-in procedural macro
Shotaro Yamada
-0
/
+64