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
/
lang.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-06
Remove debug_mem since @graydon said it conflicted with GC changes
Niko Matsakis
-21
/
+1
2013-05-06
Use rust_try_get_task for compat with new rt, and strenghten assumptions abou...
Niko Matsakis
-30
/
+32
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-16
/
+25
2013-05-05
disable lang debug for perf
Niko Matsakis
-1
/
+1
2013-05-04
Register snapshots
Brian Anderson
-47
/
+0
2013-05-04
improve DEBUG_BORROW printouts
Niko Matsakis
-44
/
+95
2013-05-04
Reduce code bloat from managed allocations
Björn Steinbrink
-2
/
+0
2013-05-03
core: Warning police
Tim Chevalier
-0
/
+2
2013-05-03
lang: um, actually set locking bits! this code got lost.
Niko Matsakis
-1
/
+11
2013-05-03
Change borrow debugging so it is disabled by -O
Niko Matsakis
-55
/
+66
2013-05-02
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-0
/
+41
2013-05-02
free the borrow list propertly instead of crashing
Niko Matsakis
-1
/
+10
2013-05-02
fix numerous dynamic borrow failures
Niko Matsakis
-1
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-8
/
+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
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-23
Merge remote-tracking branch 'brson/io'
Brian Anderson
-2
/
+24
2013-04-21
core::rt: Add the local heap to newsched tasks
Brian Anderson
-2
/
+24
2013-04-19
librustc: Implement fast-ffi and use it in various places
Patrick Walton
-2
/
+10
2013-04-14
core: remove unnecessary unsafe blocks/functions
Alex Crichton
-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-28
core: Inline mallocing wrapper functions
Erick Tryzelaar
-0
/
+5
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
-5
/
+14
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-2
/
+2
2013-03-18
Add a way to run the test suite with the new scheduler
Brian Anderson
-5
/
+14
2013-03-07
libcore: Remove `extern mod { ... }` from libcore. rs=deexterning
Patrick Walton
-5
/
+9
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+2
2013-03-01
core: Move core::rt to core::unstable::lang
Brian Anderson
-0
/
+136