summary refs log tree commit diff
path: root/src/libcore/at_vec.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-13/+13
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-11/+11
2013-03-22libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keywordPatrick Walton-1/+1
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-11/+11
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-2/+2
2013-03-14Remove unused import in coreILyoan-1/+0
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-14/+14
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-5/+12
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-1/+1
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-1/+1
2013-02-20auto merge of #5063 : pcwalton/rust/plussing, r=pcwaltonbors-3/+3
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-3/+3
2013-02-20Created libcore/private/intrinsics.rs, which aims to contain everyMatthijs 'Thiez' Hofstra-7/+3
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-1/+1
2013-02-15libcore: Get rid of `move`.Luqman Aden-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
2013-01-29libcore: De-export libcore. rs=deexportingPatrick Walton-6/+4
2013-01-23Oops - add the missing pubs!gareth-2/+2
2013-01-22Add more constructors for managed vectors (as proposed in issue #4553)gareth-0/+42
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-2/+2
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-3/+3
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+9
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-9/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+9
2013-01-04Rename option::get_default => get_or_default, get_zero => get_or_zeroTim Chevalier-1/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+14
2012-12-12core: Remove some uses of 'move'Brian Anderson-3/+3
2012-12-09Remove transitional codeBrian Anderson-10/+0
2012-12-04librustc: Implement explicit self for Add and Index; add a hack in the borrow...Patrick Walton-0/+10
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-03Remove stage0 stuff that was awaiting snapshotTim Chevalier-14/+1
2012-10-24Implement proper subtyping for region fn types (part of #2263)Niko Matsakis-0/+11
2012-10-05Finally removing all uses of by-mut-refTim Chevalier-18/+0
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-0/+18
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+1
2012-10-02Removing explicit uses of + modeTim Chevalier-9/+9
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-4/+4
2012-09-26Make impl of Add for @[] publicNiko Matsakis-4/+2
2012-09-26libcore: De-mode at_vecPatrick Walton-15/+16
2012-09-26Revert "Revert "libcore: De-mode at_vec""Patrick Walton-15/+19
2012-09-25Comment out at_vec test that failsTim Chevalier-1/+2
2012-09-25Revert "libcore: De-mode at_vec"Tim Chevalier-19/+15
2012-09-25libcore: De-mode at_vecPatrick Walton-15/+19
2012-09-25libcore: De-export core::at_vecPatrick Walton-30/+21
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-9/+0
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-3/+4