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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
middle
/
infer
/
error_reporting.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-8
/
+6
2015-07-25
Refactor the default type parameter algorithm
Jared Roesch
-2
/
+2
2015-07-14
Transition to the new object lifetime defaults, replacing the old
Niko Matsakis
-4
/
+2
2015-07-12
Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis
bors
-12
/
+12
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-1
/
+1
2015-07-10
Remove `pub use` of TypeError in ty.rs
Jared Roesch
-4
/
+4
2015-07-08
Remove snake_case names from ty.rs
Jared Roesch
-10
/
+10
2015-07-03
Add a boolean flag to ExistentialBounds tracking whether the
Niko Matsakis
-2
/
+4
2015-07-01
Make the unused_mut lint smarter with respect to locals.
Ariel Ben-Yehuda
-1
/
+1
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-187
/
+150
2015-06-26
rustc: combine type-flag-checking traits and fns and into one trait.
Eduard Burtescu
-16
/
+5
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-17
/
+14
2015-06-19
rustc: replace Repr/UserString impls with Debug/Display ones.
Eduard Burtescu
-1
/
+1
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-12
/
+12
2015-06-19
rustc: leave only one free top-level function in ppaux, and private.
Eduard Burtescu
-4
/
+124
2015-06-19
rustc: reduce ppaux's public footprint to 5 functions.
Eduard Burtescu
-8
/
+12
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-1
/
+1
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-7
/
+12
2015-04-30
Stop using Rc in TraitRef and TraitDef
Ariel Ben-Yehuda
-6
/
+5
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-4
/
+4
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-04
Added test for #24036, using spans to display note/help for this message now
Sean Bowe
-1
/
+2
2015-04-04
Fixed bug calling .note() instead of .help(). Added small note when two
Sean Bowe
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-25
infer: Drop pointless format! calls
Richo Healey
-14
/
+14
2015-03-25
infer: Move TypeOrigin formatting onto it's enum
Richo Healey
-15
/
+1
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-13
/
+15
2015-03-11
syntax: rename TypeMethod to MethodSig and use it in MethDecl.
Eduard Burtescu
-10
/
+10
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-10
/
+10
2015-03-03
Change span_help calls to fileline_help where appropriate
Ivan Radanov Ivanov
-3
/
+3
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-2
/
+9
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-1
/
+1
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-3
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-25
/
+25
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-0
/
+16
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-7
/
+7
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-7
/
+7
2015-02-18
Constrain operands to outlive the operation. Fixes #21422.
Niko Matsakis
-0
/
+16
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-16
Auto merge of #22230 - nikomatsakis:object-lifetime-defaults-2, r=pnkfelix
bors
-2
/
+2
2015-02-16
Address nits by @pnkfelix
Niko Matsakis
-2
/
+2
2015-02-16
rust_typeck: remove unnecessary typing of `&[]` as `&'static [T; 0]`.
Eduard Burtescu
-1
/
+0
2015-02-11
destructor checker (dropck).
Felix S. Klock II
-1
/
+24
2015-02-11
Added DestructionScope variant to CodeExtent, representing the area
Felix S. Klock II
-1
/
+1
2015-02-09
Accept quantification of lifetimes outside the self type in where clauses.
Nick Cameron
-1
/
+2
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-1
/
+1
2015-02-06
librustc has been updated
GuillaumeGomez
-11
/
+7
[next]