summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-07-31Another backport fixBrian Anderson-0/+1
2015-07-30Fix testsBrian Anderson-0/+3
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+45
2015-07-29std: Fix sub-second Condvar::wait_timeout_msAlex Crichton-13/+14
2015-07-29Fix typo in stability attribute.Lee Jeffery-1/+1
2015-07-08std: Fix formatting flags for charsAlex Crichton-1/+10
2015-07-08Merge pull request #26829 from nikomatsakis/better-object-defaults-warn-betaAlex Crichton-90/+481
2015-07-06rebase onto beta branchNiko Matsakis-1/+2
2015-07-06Fix some merge conflictsNiko Matsakis-11/+12
2015-07-06Now that I made the warning smarter, these tests no longer require modificationNiko Matsakis-2/+4
2015-07-06Adjust tests to silence warnings (or record them, as appropriate).Niko Matsakis-6/+8
2015-07-06After inferring regions, scan for any bounds that are due to a lifetimeNiko Matsakis-0/+168
2015-07-06Add a boolean flag to ExistentialBounds tracking whether theNiko Matsakis-39/+202
2015-07-06Code up the new lifetime default rules, but leave them disabledNiko Matsakis-36/+90
2015-06-30core: fix deprecation since version of align_of_min.Huon Wilson-2/+2
2015-06-30Avoid overflow in Vec::from_iterSteven Fackler-2/+3
2015-06-30Make `align_of` behave like `min_align_of`.Huon Wilson-53/+47
2015-06-23Auto merge of #26490 - alexcrichton:fix-msvc-again, r=brsonbors-10/+19
2015-06-23Auto merge of #26508 - tshepang:stray-code-block, r=blussbors-5/+0
2015-06-23Auto merge of #26503 - GuillaumeGomez:patch-4, r=Manishearthbors-3/+25
2015-06-23Auto merge of #26367 - tshepang:patch-1, r=blussbors-1/+1
2015-06-23Auto merge of #26354 - jroesch:remove-param-bounds-take-n, r=nikomatsakisbors-226/+100
2015-06-23Auto merge of #26519 - oli-obk:camel_case_const_val, r=eddybbors-145/+142
2015-06-23Auto merge of #26517 - nrc:fix-parallel-codegen, r=arielb1bors-0/+35
2015-06-23change `const_val` enum and its variants to camel-caseOliver Schneider-145/+142
2015-06-23Auto merge of #26513 - shunyata:master, r=alexcrichtonbors-3/+3
2015-06-23Remove the mostly unecessary ParamBounds structJared Roesch-226/+100
2015-06-23Comment E0222 instead of removing itGuillaume Gomez-0/+2
2015-06-22Test for a particular parallel codegen corner caseNick Cameron-0/+34
2015-06-22Fix parallel codegen regressionNick Cameron-0/+1
2015-06-23Auto merge of #26514 - tshepang:repetition, r=Gankrobors-1/+1
2015-06-23Auto merge of #26435 - gsingh93:master, r=nikomatsakisbors-32/+120
2015-06-23doc: remove repeated wordTshepang Lekhonkhobe-1/+1
2015-06-22Suggest missing trait bounds when a method exists but the bounds aren't satis...Gulshan Singh-32/+120
2015-06-22Use a more descriptive variable name.Jake Hickey-3/+3
2015-06-22fix minor indentation issuesYongqian Li-13/+13
2015-06-22Change description of error (thanks @Manisheart)Guillaume Gomez-3/+8
2015-06-22Remove E0222 from errors listGuillaume Gomez-5/+4
2015-06-22Auto merge of #26500 - sanxiyn:dead-field, r=alexcrichtonbors-4/+9
2015-06-22book: remove a stray code blockTshepang Lekhonkhobe-5/+0
2015-06-22Add E0045 error explanationGuillaume Gomez-1/+17
2015-06-22Unify variadic errorsGuillaume Gomez-1/+1
2015-06-22Auto merge of #25784 - geofft:subprocess-signal-masks, r=alexcrichtonbors-361/+344
2015-06-22Do not consider fields matched by wildcard patterns to be usedSeo Sanghyeon-4/+9
2015-06-22Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnikbors-21/+36
2015-06-22Fix build on Android API levels below 21Geoffrey Thomas-0/+20
2015-06-22sys/unix/process: Reset signal behavior before execGeoffrey Thomas-2/+124
2015-06-22sys/unix: Consolidate signal-handling FFI bindingsGeoffrey Thomas-268/+199
2015-06-22sys/unix/c.rs: Remove unused codeGeoffrey Thomas-77/+5
2015-06-22std::process: Remove helper function pwd_cmd from test moduleGeoffrey Thomas-18/+0