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
/
diagnostics
Age
Commit message (
Expand
)
Author
Lines
2015-12-30
use structured errors
Nick Cameron
-11
/
+47
2015-11-06
remove `Tt` prefix from TokenType variants
Oliver Schneider
-7
/
+7
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-1
/
+1
2015-08-12
Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b...
Niko Matsakis
-0
/
+12
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-1
/
+1
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-11
/
+14
2015-07-17
Improve register_long_diagnostics macro
Guillaume Gomez
-0
/
+3
2015-07-16
Improve register_diagnostics macro
Guillaume Gomez
-0
/
+3
2015-06-20
diagnostics: Resurrect the Compiler Error Index.
Michael Sproul
-87
/
+45
2015-06-14
diagnostics: Allow long URLs in error explanations.
Michael Sproul
-2
/
+9
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-2
/
+1
2015-05-22
Remove error diagnostics uniqueness check and .json generation.
Felix S. Klock II
-17
/
+4
2015-04-30
Add metadata output to the diagnostics system.
Michael Sproul
-34
/
+217
2015-04-21
syntax: remove #[feature(quote, unsafe_destructor)]
Erick Tryzelaar
-5
/
+43
2015-04-21
syntax: Remove uses of #[feature(slice_patterns)]
Erick Tryzelaar
-9
/
+14
2015-04-17
Enforce 80 char lines in extended errors.
Michael Sproul
-3
/
+12
2015-04-17
Validate format of extended error descriptions.
Michael Sproul
-0
/
+12
2015-03-03
Change span_help calls to fileline_help where appropriate
Ivan Radanov Ivanov
-0
/
+7
2015-02-27
Replace MacExpr / MacPat / MacItems with MacEager
Keegan McAllister
-5
/
+6
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-4
/
+4
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-4
/
+4
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-1
/
+1
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-09
Refactor compilation to make it easier to use for tools
Nick Cameron
-0
/
+1
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-4
/
+4
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-5
/
+4
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-4
/
+6
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-5
/
+5
2015-01-21
Make diagnostic ordering deterministic
Alex Crichton
-7
/
+7
2015-01-20
Add some extended errors.
Michael Sproul
-0
/
+6
2015-01-20
Make fatal errors work with codes, add to typeck
Brian Anderson
-0
/
+8
2015-01-20
Make error code registration work again. #19624
Brian Anderson
-0
/
+7
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+0
2015-01-02
More fallout
Nick Cameron
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-21
/
+26
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-4
/
+8
2014-12-04
Modify libsyntax/diagnostics to not be so persnickety. The scheme
Niko Matsakis
-26
/
+11
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-20
/
+12
2014-11-20
Parse and store suffixes on literals.
Huon Wilson
-1
/
+1
2014-11-19
Switch to an independent enum for `Lit*` subtokens.
Huon Wilson
-1
/
+1
2014-11-17
Fallout from deprecation
Aaron Turon
-1
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-10-31
DSTify Hash
Jorge Aparicio
-1
/
+1
2014-10-30
rollup merge of #18409 : gamazeps/issue15273
Alex Crichton
-0
/
+7
2014-10-29
Diagnostic: resolve bare fn in expected closure
gamazeps
-0
/
+7
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-6
/
+6
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-6
/
+6
[next]