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
/
diagnostic.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-08
Change some free functions into methods in libsyntax/diagnostic.rs
P1start
-396
/
+392
2015-06-24
Added unit test for code indent of multi-line errors
Oliver Schneider
-1
/
+66
2015-06-24
Indent code past the widest line number
Theo Belaire
-2
/
+8
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-05-17
Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis
bors
-21
/
+19
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-21
/
+19
2015-05-13
make diagnostic message clearer when called from cargo
Mathieu Rochette
-1
/
+1
2015-05-12
Proper spans for for loop expansion
Nick Cameron
-4
/
+7
2015-05-05
Guard against overflow in `codemap::span_to_lines`.
Felix S. Klock II
-3
/
+19
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-1
/
+1
2015-04-18
Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton
bors
-8
/
+7
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-8
/
+7
2015-04-15
Implement traits for parser error structs
Adolfo OchagavĂa
-8
/
+29
2015-04-11
Suppress the macro backtrace for `fileline_note` and `fileline_help`.
Ryan Prichard
-4
/
+3
2015-04-10
Add a new `span_suggestion` infrastructure. This lets you edit a snippet
Niko Matsakis
-1
/
+65
2015-04-10
Modify the codemap code to use more slices and to information about
Niko Matsakis
-27
/
+41
2015-04-10
Replace the use of the rather randomly named boolean `custom` to mean
Niko Matsakis
-30
/
+37
2015-04-05
Add comments suggested by Niko
Phil Dawes
-3
/
+3
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-4
/
+5
2015-04-02
Tweak relese notes + rebase fixes
Alex Crichton
-1
/
+1
2015-04-01
Fallout in libsyntax
Niko Matsakis
-2
/
+2
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-24
/
+48
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-3
/
+3
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-5
/
+5
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-13
/
+13
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-12
/
+12
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-16
/
+19
2015-02-08
syntax: Fix integer underflow in diagnostic
Piotr Czarnecki
-2
/
+9
2015-02-04
Compute widths properly when displaying spans in error messages
P1start
-23
/
+58
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-16
/
+16
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
remove unused imports
Jorge Aparicio
-1
/
+0
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-4
/
+4
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-11
/
+11
2015-01-26
Make '-A warnings' apply to all warnings, including feature gate warnings
Brian Anderson
-3
/
+9
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-3
/
+3
2015-01-26
Fallout of io => old_io
Alex Crichton
-9
/
+9
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-2
/
+2
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-20
/
+20
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-20
Make fatal errors work with codes, add to typeck
Brian Anderson
-0
/
+4
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-16
/
+16
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-3
/
+3
2015-01-17
libsyntax: uint types to usize
Paul Collier
-3
/
+3
2015-01-16
auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis
bors
-0
/
+3
[next]