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-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
2015-01-14
Implement suggestions for traits to import.
Huon Wilson
-0
/
+3
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-09
Fix checking of command line expansion spans (fixes #20747)
Manish Goregaokar
-2
/
+5
2015-01-08
libsyntax: add COMMAND_LINE_SP and use it for spans generated from the comman...
Manish Goregaokar
-6
/
+14
2015-01-07
use slicing sugar
Jorge Aparicio
-22
/
+22
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-5
/
+5
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-5
/
+5
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-20
/
+20
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-5
/
+5
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-19
/
+19
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-13
/
+5
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-1
/
+3
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+10
2014-11-20
Fix an ICE on diagnostics originating in external macros
Jakub Bukaj
-23
/
+33
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+5
2014-10-29
Rename fail! to panic!
Steve Klabnik
-7
/
+7
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-9
/
+9
2014-10-17
auto merge of #16855 : P1start/rust/help-messages, r=brson
bors
-11
/
+24
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-1
/
+1
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
[next]