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
/
librustc
/
middle
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2013-05-19
Register snapshots
Brian Anderson
-59
/
+0
2013-05-19
Fix many warnings.
Steve Klabnik
-6
/
+0
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-05-18
minor automated whitespace fixes
Daniel Micay
-3
/
+0
2013-05-17
Distinguish tuple elements by index in mem_categorization. Fixes #5362.
Niko Matsakis
-26
/
+25
2013-05-16
correct typo
Niko Matsakis
-1
/
+1
2013-05-14
Add explanatory comment to is_rvalue_or_immutable()
Niko Matsakis
-0
/
+5
2013-05-14
Issue #5967: Make rvalues mutable
Niko Matsakis
-1
/
+9
2013-05-12
librustc: Make `self` and `static` into keywords
Patrick Walton
-92
/
+94
2013-05-11
clean up the last bit of warnings
Corey Richardson
-1
/
+2
2013-05-11
Warning police
Tim Chevalier
-1
/
+1
2013-05-10
Remove the '<->' operator from the language
Alex Crichton
-4
/
+0
2013-05-10
rustc: Use the new `for` protocol
Alex Crichton
-0
/
+60
2013-05-09
Remove remnants of mutable fields from mem_categorization, borrowck.
Niko Matsakis
-1
/
+1
2013-05-09
Issue the correct deref count for the implicit deref that occurs
Niko Matsakis
-2
/
+12
2013-05-06
Replace NOTE with FIXME
Niko Matsakis
-4
/
+4
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-9
/
+5
2013-05-05
add warning for #6248 and remove instances of it
Niko Matsakis
-7
/
+29
2013-05-04
make asm_comments something that you opt in to
Niko Matsakis
-1
/
+1
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-3
/
+0
2013-05-03
Correct mismatch between the way that pattern ids and expression ids map to t...
Niko Matsakis
-9
/
+19
2013-05-03
Use static strings
Jeong YunWon
-6
/
+6
2013-05-01
rustc: remove the rest of drop
Erick Tryzelaar
-6
/
+3
2013-05-01
rustc: print out filename/line-number when a borrow fails
Niko Matsakis
-1
/
+0
2013-05-01
correct incorrect handling of overloaded operators, exposing various other bi...
Niko Matsakis
-48
/
+15
2013-04-30
borrowck: fix critical bug prevent us from ever using write guards :)
Niko Matsakis
-2
/
+6
2013-04-30
correct used_mut annotations for args, inherited case
Niko Matsakis
-61
/
+24
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-2324
/
+2997
2013-04-29
librustc: Remove the concept of modes from the compiler.
Patrick Walton
-32
/
+0
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-15
/
+0
2013-04-23
Improve the unused unsafe block warning to include unsafe blocks in unsafe fu...
Alex Crichton
-21
/
+4
2013-04-20
rustc: remove unused 'mut' variables
Alex Crichton
-2
/
+2
2013-04-20
Implement a lint mode to deal with unused 'mut' variables
Alex Crichton
-3
/
+24
2013-04-19
rustc: de-mode + fallout from libsyntax changes
Alex Crichton
-19
/
+19
2013-04-14
Add a lint mode for unused unsafe blocks/functions
Alex Crichton
-34
/
+86
2013-04-10
Reason about nested free variables that appear in a function
Niko Matsakis
-20
/
+22
2013-04-09
Cleanup substitutions and treatment of generics around traits in a number of ...
Niko Matsakis
-2
/
+2
2013-04-03
rename Linear{Map,Set} => Hash{Map,Set}
Daniel Micay
-18
/
+18
2013-04-03
hashmap: rm linear namespace
Daniel Micay
-3
/
+3
2013-03-28
Removing unused imports
Alex Crichton
-9
/
+8
2013-03-27
remove sty_by_ref, though traces still remain due to dtors
Niko Matsakis
-15
/
+0
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-1
/
+1
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-74
/
+68
2013-03-25
make ty_region give a useful span when it fails
Niko Matsakis
-2
/
+3
2013-03-22
librustc: Add explicit lifetime binders and new lifetime notation in core/std...
Patrick Walton
-1
/
+1
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-1
/
+1
2013-03-22
rustc: replace uses of old deriving attribute with new one
Andrew Paseltiner
-6
/
+6
2013-03-20
rustc: Remove some bad copies throughout
Alex Crichton
-5
/
+5
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-9
/
+13
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-2
/
+2
[prev]
[next]