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
/
parse
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
Test fixes and rebase conflicts
Alex Crichton
-3
/
+1
2015-01-21
Rollup merge of #21336 - rylev:better-nofile-error, r=brson
Barosl LEE
-2
/
+3
2015-01-18
Make output type in ast::FnDecl optional
Seo Sanghyeon
-3
/
+1
2015-01-18
Improve the error message when source file cannot be read
Ryan Levick
-2
/
+3
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-4
/
+4
2015-01-07
use slicing sugar
Jorge Aparicio
-24
/
+24
2015-01-06
More test fixes
Alex Crichton
-4
/
+4
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-1
/
+3
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-1
/
+3
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-7
/
+7
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-2
/
+4
2015-01-07
fallout
Nick Cameron
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-7
/
+7
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-23
/
+23
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-2
/
+4
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-0
/
+4
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+2
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-1
/
+3
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-1
/
+1
2015-01-03
syntax: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-31
syntax: unbox closures used in let bindings
Jorge Aparicio
-5
/
+5
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-27
/
+27
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-4
/
+3
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-1
/
+1
2014-12-13
libsyntax: use tuple indexing
Jorge Aparicio
-8
/
+8
2014-12-06
libsyntax: remove unnecessary `to_string()` calls
Jorge Aparicio
-1
/
+1
2014-12-03
syntax: support ES6-style unicode escapes
Corey Richardson
-5
/
+17
2014-11-26
Implement the new parsing rules for types in the parser, modifying the AST ap...
Niko Matsakis
-1
/
+1
2014-11-19
rollup merge of #19103: huonw/literal-suffixes
Jakub Bukaj
-69
/
+76
2014-11-20
Switch numeric suffix parsing to use the new system.
Huon Wilson
-69
/
+76
2014-11-17
libsyntax: Add tests for `parse_view_item`
Murarth
-1
/
+26
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-4
/
+3
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-1
/
+1
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-16
/
+8
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-43
/
+27
2014-10-29
Rename fail! to panic!
Steve Klabnik
-16
/
+16
2014-10-28
Use an enum rather than a bool in token::Ident
Brendan Zabarauskas
-9
/
+9
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-26
/
+26
2014-10-26
Update parse::test::string_to_tts_1 test
Brendan Zabarauskas
-113
/
+100
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-25
/
+25
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-25
/
+25
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-19
/
+18
2014-10-22
auto merge of #18141 : phildawes/rust/master, r=brson
bors
-1
/
+41
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-5
/
+5
2014-10-18
Parser: Fix spans of explicit self arg idents
Phil Dawes
-1
/
+41
2014-10-16
libsyntax: Remove all uses of {:?}.
Luqman Aden
-3
/
+3
2014-09-18
Fix fallout in tests from removing the use of Gc in ExpnInfo.
Eduard Burtescu
-2
/
+2
2014-09-17
rebasing fixes
Nick Cameron
-1
/
+1
[next]