about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-04-04std: Fix linking against `signal` on AndroidAlex Crichton-9/+37
2016-04-04Auto merge of #32328 - jseyfried:coherence, r=nikomatsakisbors-207/+207
2016-04-04Fix backtraces on ARM EHABI.Timon Van Overveldt-1/+6
2016-04-05Reduce code duplication in thread.rsAlan Somers-42/+18
2016-04-05Centralize nightly compiler flags handlingGuillaume Gomez-157/+154
2016-04-05Add nightly check on rustdoc --extend-css optionGuillaume Gomez-1/+35
2016-04-05Add --extend-css option to rustdocGuillaume Gomez-9/+51
2016-04-04Use DWARF 5 value for DW_LANG_RustTom Tromey-1/+3
2016-04-04Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddybbors-31/+161
2016-04-04adds dragonflybsd and freebsd to snapshots.txtDave Huseby-0/+1
2016-04-05Mention that it's not actually a data raceManish Goregaokar-1/+6
2016-04-04Handle integer-extending for C ABIJames Miller-21/+102
2016-04-04Address nitsMasood Malekghassemi-48/+49
2016-04-04Auto merge of #32582 - nikomatsakis:issue-32326, r=aturonbors-153/+236
2016-04-04mk: Hardcode the bootstrap key for each releaseAlex Crichton-12/+11
2016-04-04add error code to testNiko Matsakis-1/+1
2016-04-04fix corner case around top of stackNiko Matsakis-39/+64
2016-04-04process cycles as soon as they are detectedNiko Matsakis-129/+187
2016-04-04minor: update old commentsAleksey Kladov-6/+6
2016-04-04Fix stack overflow detection on FreeBSDAlan Somers-2/+45
2016-04-04Auto merge of #32644 - oli-obk:check_all_constants_early, r=nrcbors-18/+60
2016-04-04Updated libc submodule to fb2f0bbAlan Somers-0/+0
2016-04-04Just use Some(()) insteadJonas Schievink-2/+2
2016-04-04use `unwrap_or`Jonas Schievink-4/+1
2016-04-04Beef up testJonas Schievink-0/+6
2016-04-04Remove outdated commentSeo Sanghyeon-20/+5
2016-04-04whoopspierzchalski-1/+1
2016-04-04Change build_helper to modify suffix of ccpierzchalski-3/+9
2016-04-04Handle operand temps for function callsJames Miller-45/+191
2016-04-04rustdoc: factor out function for getting inner html of highlighted sourceNick Cameron-26/+49
2016-04-04Give better spans for SpanEnd errorsNick Cameron-15/+60
2016-04-03Add compile-fail testAmanieu d'Antras-0/+117
2016-04-03Auto merge of #32676 - durka:patch-18, r=alexcrichtonbors-2/+2
2016-04-03Autoderef when suggesting to call `(self.field)`Jonas Schievink-18/+61
2016-04-03Fix "consider removing this semicolon" helpJonas Schievink-2/+19
2016-04-03Auto merge of #32672 - ollie27:patch-5, r=alexcrichtonbors-2/+2
2016-04-03Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakisbors-49/+539
2016-04-03check constants even if they are unused in the current crateOliver Schneider-18/+60
2016-04-03Auto merge of #32168 - alexcrichton:fix-filecheck, r=aturonbors-3/+10
2016-04-03mk: Add configure option for disabling codegen testsAlex Crichton-3/+10
2016-04-02Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddybbors-1/+61
2016-04-02Drop the default buffer size to 8KSteven Fackler-1/+1
2016-04-03Add run-make test for stable symbol-name generation.Michael Woerister-0/+60
2016-04-02Inline Duration constructors and accessorsSteven Fackler-0/+5
2016-04-03Use a BitVector instead of Vec<bool> for recording cleanup blocksJames Miller-2/+34
2016-04-02Auto merge of #32633 - frewsxcv:map-values-mut, r=alexcrichtonbors-0/+138
2016-04-02Indicate `None` is code-like in doc comment.Corey Farwell-1/+1
2016-04-02Auto merge of #32667 - dotdash:def_dec, r=nagisabors-8/+5
2016-04-02Add `Crate` and `Restricted` variants to `ast::Visibility`Jeffrey Seyfried-8/+40
2016-04-02Make `ast::Visibility` non-copyableJeffrey Seyfried-53/+53