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
2016-01-15
Implement JSON error emission
Nick Cameron
-1
/
+1
2015-12-31
Cut out a bunch of Result and panictry! boilerplate from libsyntax.
Nick Cameron
-1
/
+1
2015-12-30
use structured errors
Nick Cameron
-16
/
+34
2015-12-21
Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton
bors
-2
/
+2
2015-12-20
Stop re-exporting the ast::BindingMode variants.
Ms2ger
-2
/
+2
2015-12-18
Rollup merge of #30420 - petrochenkov:owned2, r=nrc
Manish Goregaokar
-2
/
+1
2015-12-18
Deprecate name `OwnedSlice` and don't use it
Vadim Petrochenkov
-2
/
+1
2015-12-17
Move a bunch of stuff from Session to syntax::errors
Nick Cameron
-1
/
+1
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-12
/
+15
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-6
/
+12
2015-11-13
Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiyn
bors
-4
/
+4
2015-11-10
Rename _nopanic methods to remove the suffix.
Eli Friedman
-4
/
+4
2015-11-10
Use deref coercions
Seo Sanghyeon
-5
/
+5
2015-11-06
remove `Tt` prefix from TokenType variants
Oliver Schneider
-21
/
+21
2015-10-27
Update libsyntax tests.
Eli Friedman
-2
/
+2
2015-10-27
Make fatal errors more consistent.
Eli Friedman
-1
/
+1
2015-10-27
Don't panic for fatal errors in attribute parsing.
Eli Friedman
-3
/
+4
2015-10-27
Delete unnecessary ParserAttr trait.
Eli Friedman
-1
/
+0
2015-10-27
Don't use panicking helpers in Parser.
Eli Friedman
-4
/
+4
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-4
/
+4
2015-09-20
Replace `ast::Mac_` enum with struct
Andrew Paseltiner
-4
/
+1
2015-09-03
Use consistent terminology for byte string literals
Vadim Petrochenkov
-2
/
+2
2015-07-29
Replace illegal with invalid in most diagnostics
Simonas Kazlauskas
-7
/
+7
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-17
/
+22
2015-07-21
Use a span from the correct file for the inner span of a module
Nick Cameron
-2
/
+9
2015-05-22
Two more small fixes.
Niko Matsakis
-0
/
+1
2015-05-14
syntax: abstract over the file loading mechanism.
Eduard Burtescu
-10
/
+10
2015-05-14
syntax::parse: optimize file_to_filemap to read a string directly.
Eduard Burtescu
-21
/
+7
2015-05-14
syntax: replace sess.span_diagnostic.cm with sess.codemap().
Eduard Burtescu
-11
/
+7
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-13
/
+13
2015-05-14
Move tracking of the next NodeId from syntax's ParseSess to rustc's Session.
Eduard Burtescu
-20
/
+1
2015-04-25
Interpolate AST nodes in quasiquote.
Geoffry Song
-72
/
+0
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-2
/
+0
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-2
/
+0
2015-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-4
/
+4
2015-04-21
syntax: Remove uses of #[feature(slice_patterns)]
Erick Tryzelaar
-15
/
+31
2015-04-21
syntax: remove #![feature(box_syntax, box_patterns)]
Erick Tryzelaar
-3
/
+3
2015-04-15
Forbid is/us suffixes. Fixes #22496
Brian Anderson
-2
/
+0
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-10
/
+13
2015-03-31
rollup merge of #23872: huonw/eager-lexing
Alex Crichton
-1
/
+14
2015-03-31
Stabilize std::num
Aaron Turon
-5
/
+6
2015-03-31
Lex binary and octal literals more eagerly.
Huon Wilson
-1
/
+14
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-4
/
+4
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-1
/
+1
2015-03-18
Require braces when a closure has an explicit return type. This is a
Niko Matsakis
-2
/
+3
2015-03-16
Auto merge of #23331 - eddyb:attr-lookahead, r=nikomatsakis
bors
-9
/
+5
2015-03-13
rm unused import
Manish Goregaokar
-1
/
+0
2015-03-13
syntax: use lookahead to distinguish inner and outer attributes, instead of p...
Eduard Burtescu
-9
/
+5
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
[next]