summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-2/+2
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-126/+61
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-115/+140
2014-03-29auto merge of #13200 : sfackler/rust/test-attr, r=cmrbors-3/+3
2014-03-29Use new inner attribute syntax in test frameworkSteven Fackler-3/+3
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-2/+1
2014-03-29auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoeristerbors-7/+87
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-212/+137
2014-03-28auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichtonbors-40/+43
2014-03-28auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakisbors-3/+7
2014-03-29Register new snapshotFlavio Percoco-212/+137
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-53/+53
2014-03-28De-@ IdentInterner.Eduard Burtescu-40/+43
2014-03-28collections: remove ListErick Tryzelaar-2/+1
2014-03-28Rename Pod into CopyFlavio Percoco-15/+15
2014-03-28auto merge of #13107 : seanmonstar/rust/encoder-errors, r=ericktbors-236/+330
2014-03-27auto merge of #13108 : pongad/rust/lintraw, r=huonwbors-0/+42
2014-03-27Initial support for emitting DWARF for static vars.gentlefolk-7/+87
2014-03-27serialize: use ResultSean McArthur-236/+330
2014-03-27auto merge of #13050 : alexcrichton/rust/no-send-default, r=huonwbors-9/+6
2014-03-27auto merge of #13151 : brson/rust/dist, r=alexcrichton,brsonbors-18/+47
2014-03-27Fix fallout of removing default boundsAlex Crichton-3/+3
2014-03-27rustc: Stop adding the Send bound implicitlyAlex Crichton-6/+3
2014-03-27auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakisbors-3/+49
2014-03-27Address reviewCorey Richardson-9/+9
2014-03-27rustc: mark references w/anonymous lifetime nocaptureCorey Richardson-3/+49
2014-03-27_match.rs: prune sub-match tree too aggressivelyEdward Wang-41/+81
2014-03-27Added lint for #[deriving] structs and enums with unsafe pointers. #13032.Michael Darakananda-0/+42
2014-03-26rustc: Fix tests for sysroot changesBrian Anderson-2/+2
2014-03-26rustc: Fix detection of lib64 directoryBrian Anderson-1/+1
2014-03-26auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brsonbors-16/+12
2014-03-26auto merge of #13071 : ktt3ja/rust/deterministic-lifetime-suggestion, r=cmrbors-3/+29
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-12/+12
2014-03-26rustc: Relax restriction on privacy for fieldsAlex Crichton-4/+0
2014-03-26Fix Repr impl for method::Candidate to include the method_ty.Felix S. Klock II-1/+2
2014-03-26Fix #13140: Early/Late Bound related ICEs.Felix S. Klock II-2/+5
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-115/+2
2014-03-25install: Support --libdir and --mandir correctlyBrian Anderson-17/+40
2014-03-25mk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLEBrian Anderson-1/+1
2014-03-25rustc: Stop relying on CFG_LIBDIR_RELATIVEBrian Anderson-1/+7
2014-03-25configure: Make rustlibdir non-configurableBrian Anderson-1/+1
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-8/+8
2014-03-25auto merge of #13122 : sstewartgallus/rust/cleanup-10734-workarounds, r=alexc...bors-1/+1
2014-03-25auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko...bors-74/+93
2014-03-24Cleanup fixed issue #10734 workaroundSteven Stewart-Gallus-1/+1
2014-03-24Prefer lifetime suggestion over generic errorKiet Tran-3/+29
2014-03-24rustc: Remove all crate map supportAlex Crichton-115/+2
2014-03-24rustc: Completely forbid borrows of unsafe staticsFlavio Percoco-74/+93
2014-03-23auto merge of #13074 : pczarn/rust/build-rlib, r=alexcrichtonbors-5/+7
2014-03-23auto merge of #13099 : FlaPer87/rust/master, r=huonwbors-1/+0