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
/
libcore
/
unstable
Age
Commit message (
Expand
)
Author
Lines
2013-05-02
fix numerous dynamic borrow failures
Niko Matsakis
-1
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-16
/
+0
2013-05-01
lang: fix code for maintaining borrow list
Niko Matsakis
-10
/
+40
2013-05-01
core: add more debugging printouts to borrowing
Niko Matsakis
-5
/
+18
2013-05-01
wip---work on making rooting work properly
Niko Matsakis
-11
/
+56
2013-05-01
add an option to debug borrows (RUST_DEBUG_BORROW) so you can
Niko Matsakis
-7
/
+71
2013-05-01
rustc: print out filename/line-number when a borrow fails
Niko Matsakis
-6
/
+19
2013-04-30
Merge remote-tracking branch 'brson/io'
Brian Anderson
-0
/
+41
2013-04-30
allover: numerous unused muts etc
Niko Matsakis
-3
/
+3
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-3
/
+44
2013-04-30
adapt to snapshot
Niko Matsakis
-26
/
+0
2013-04-29
core: Turn off the local heap in newsched in stage0 to work around windows bu...
Brian Anderson
-0
/
+19
2013-04-29
librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic
Patrick Walton
-0
/
+1
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-2
/
+0
2013-04-24
Merge remote-tracking branch 'brson/io'
Brian Anderson
-2
/
+24
2013-04-24
Fixed typo... And a billion other things.
Marvin Löbel
-3
/
+6
2013-04-24
Removed ascii functions from other modules
Marvin Löbel
-1
/
+4
2013-04-24
libcore: remove @Rng from rand, and use traits instead.
Huon Wilson
-1
/
+1
2013-04-23
Merge remote-tracking branch 'brson/io'
Brian Anderson
-2
/
+24
2013-04-23
Removing more unnecessary unsafe blocks throughout
Alex Crichton
-2
/
+2
2013-04-21
core::rt: Add the local heap to newsched tasks
Brian Anderson
-2
/
+24
2013-04-20
core: remove unused 'mut' variables
Alex Crichton
-2
/
+2
2013-04-20
auto merge of #5979 : Thiez/rust/no_reinterpret_cast, r=catamorphism
bors
-2
/
+2
2013-04-20
Replaced many instances of reinterpret_cast with transmute
Matthijs Hofstra
-2
/
+2
2013-04-21
librustc: implement and use `fixed_stack_segment` attribute for intrinsics.
Huon Wilson
-1
/
+12
2013-04-19
librustc: Implement fast-ffi and use it in various places
Patrick Walton
-2
/
+10
2013-04-18
core::comm: Modernize constructors to use `new`
Brian Anderson
-1
/
+1
2013-04-14
core: remove unnecessary unsafe blocks/functions
Alex Crichton
-24
/
+22
2013-04-11
Implement Finally for ~fn and @fn types
Brendan Zabarauskas
-1
/
+42
2013-04-03
rename Linear{Map,Set} => Hash{Map,Set}
Daniel Micay
-5
/
+5
2013-04-03
hashmap: rm linear namespace
Daniel Micay
-2
/
+2
2013-03-30
Rename confusing var, use_new_rt -> use_old_rt.
Luqman Aden
-4
/
+4
2013-03-30
Correct type signature for start lang item.
Luqman Aden
-0
/
+26
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-54
/
+54
2013-03-28
Removing unused imports
Alex Crichton
-4
/
+6
2013-03-28
auto merge of #5608 : erickt/rust/incoming, r=catamorphism
bors
-0
/
+5
2013-03-28
core: Inline mallocing wrapper functions
Erick Tryzelaar
-0
/
+5
2013-03-28
Register snapshots
Brian Anderson
-189
/
+0
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-2
/
+2
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-1
/
+1
2013-03-26
Check for null in return_to_mut. Fixes #4904.
Niko Matsakis
-2
/
+6
2013-03-25
Merge remote-tracking branch 'brson/rt'
Brian Anderson
-1944
/
+14
2013-03-22
libcore: Fix obsolete syntax in extfmt
Patrick Walton
-18
/
+17
2013-03-22
librustc: Add explicit lifetime binders and new lifetime notation in core/std...
Patrick Walton
-2
/
+2
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-9
/
+9
2013-03-22
auto merge of #5488 : pcwalton/rust/depure, r=pcwalton
bors
-13
/
+13
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-13
/
+13
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-1
/
+1
2013-03-22
Pass the fmt! buffer to each conversion method
Alex Crichton
-0
/
+209
[prev]
[next]